'Declaration
Public Function New( _ ByVal drawingObjects() As Shape, _ ByVal rotationOffset As Double, _ Optional ByVal isRightToLeft As Boolean _ )
'Usage
Dim drawingObjects() As Shape Dim rotationOffset As Double Dim isRightToLeft As Boolean Dim instance As New ShapeActionsCommand(drawingObjects, rotationOffset, isRightToLeft)
public ShapeActionsCommand( Shape[] drawingObjects, double rotationOffset, bool isRightToLeft )
Parameters
- drawingObjects
- The drawing objects to process.
- rotationOffset
- The angle that drawing object's rotation will be added.
- isRightToLeft